home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / zdoor10.zip / ZDOOR.DOC < prev    next >
Text File  |  1991-11-04  |  3KB  |  107 lines

  1.  
  2.  
  3.  
  4.  
  5.                                 Zdoor 1.0a
  6.  
  7.                              By:  Jeff Rhine
  8.                               Fido 1:154/42
  9.                              (414) 545-6178
  10.  
  11.  
  12.  
  13. Disclamer
  14.  
  15.  
  16. Well I thought I would put this in here just in case.  I as the programmer
  17. of this software give no warrenties to this software.  Meaning it's as is!
  18. I have been running it on my Telegard setup for 6 months and it works fine
  19. for me.  If it blows up your entire bbs I cant be held responsible.
  20.  
  21.  
  22. What is Zdoor ?
  23.  
  24. Zdoor is a utility that I wrote in Borland C ++ which creates bulletins for
  25. your online doors games.  Simply enough it will generate a bulletin with the
  26. stats of how many times your doors were ran.
  27.  
  28.  
  29. Donations
  30.  
  31. If you like this software and you feel it's worth 5 bucks send it in.
  32.  
  33.                     The End of The Galaxy BBS
  34.                          (414) 545-6178
  35.                    9102 West Cleveland Ave #19
  36.                       West Allis, WI 53227
  37.  
  38.  
  39.  
  40. How does Zdoor work ?
  41.  
  42. Zdoor is realy simple.  It uses a data file which contains all your
  43. doors, searches your Sysop log and creates a bulletin from that!
  44.  
  45. After you have these two files setup just type Zdoor and your on
  46. your way!
  47.  
  48.  
  49. Zdoor.cfg:
  50.  
  51. The End of the galaxy BBS        ; Name of BBS
  52. Zaphod Beeblebrox                ; Name of the Sysop
  53. d:\bbs\afiles\bullettd.msg       ; Full path to your bulletins dir and filename
  54. d:\bbs\trap\sysop2.log           ; Full path and name of your log
  55. d:\dev\zdoor\info.dat            ; Name of infomation file
  56.  
  57.  
  58. bullettd.msg is just a standard telegard bulletin file with the "TD" for Top
  59. door.  You could put anything you wanted in here!
  60.  
  61. Sysop2.log is used for the log from the day before.  You can set it up any
  62. way you want.
  63.  
  64. Info.dat
  65.  
  66. 2002.bat                              ;    Name of Batch file
  67. Trade War's 2002                      ;    Name of Door
  68. pit2.bat                              ;
  69. The Pit V2.0                          ;
  70. king.bat                              ;
  71. King of the board                     ;
  72. sink.bat                              ;
  73. Sink the ship                         ;
  74. wheel.bat                             ;
  75. Wheel of furtune                      ;
  76. poach.bat                             ;
  77. Poacher                               ;
  78. stack.bat                             ;
  79. Stack'em                              ;
  80.  
  81. The First line is what is searched in the Sysop log so make sure it's
  82. what you run for your door.
  83.  
  84. Second is the Name of the door.  What you type in here is what the bulletin
  85. will generate.
  86.  
  87.  
  88.  
  89. History
  90.  
  91.  
  92. .90   First version , never released
  93.  
  94. .99   Beta version , tested though several beta sites
  95.  
  96. 1.00  First Released version , Non-ansi version,
  97.  
  98. 1.10  Not released yet , Ansi version , Multiple bbs support
  99.  
  100.  
  101.  
  102. If you have any suggestings or comments about this software PLEASE tell me
  103. I am always open for new ideas.  if you would like to see something done to
  104. better this package let me know.
  105.  
  106.  
  107.